In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / ThumbnailEx.ControlMouseDownEventHandler Delegate

ThumbnailEx.ControlMouseDownEventHandler Delegate

In This Topic
Syntax
'Declaration

 

<GuidAttribute("5C6B1DB4-7EF1-3580-94EE-F37E95E557E6")>

Public Delegate Sub ThumbnailEx.ControlMouseDownEventHandler( _

   ByVal Button As MouseButton, _

   ByVal X As Integer, _

   ByVal Y As Integer _

) 
[Guid("5C6B1DB4-7EF1-3580-94EE-F37E95E557E6")]

public delegate void ThumbnailEx.ControlMouseDownEventHandler( 

   MouseButton Button,

   int X,

   int Y

)
public delegate ThumbnailEx.ControlMouseDownEventHandler( 

    Button: MouseButton;

    X: Integer;

    Y: Integer

);
GuidAttribute("5C6B1DB4-7EF1-3580-94EE-F37E95E557E6")

public delegate ThumbnailEx.ControlMouseDownEventHandler( 

   Button : MouseButton,

   X : int,

   Y : int

)
[Guid("5C6B1DB4-7EF1-3580-94EE-F37E95E557E6")]

public: __gc __delegate void ThumbnailEx.ControlMouseDownEventHandler( 

   MouseButton Button,

   int X,

   int Y

)
[Guid("5C6B1DB4-7EF1-3580-94EE-F37E95E557E6")]

public delegate void ThumbnailEx.ControlMouseDownEventHandler( 

   MouseButton Button,

   int X,

   int Y

)

Parameters

Button
X
Y
See Also

Reference

ThumbnailEx.ControlMouseDownEventHandler Members
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace